Html Css Color HEX #CB7053 Japonica

📋 copy color: '#CB7053'

red 203 ◦ green 112 ◦ blue 83

#CB7053
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japonica #CB7053

Tints of Japonica #CB7053

RGB

 RED value IS 203 (79.69% from 255) = 51.01%

 GREEN value IS 112 (44.14% from 255) = 28.14%

 BLUE value IS 83 (32.81% from 255) = 20.85%

R = 51.01%
G = 28.14%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.59

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CB7053 (or 0xCB7053) is known color: Japonica. HEX triplet: CB, 70 and 53. RGB value is (203,112,83). Sum of RGB (Red+Green+Blue) = 203+112+83=398 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.01% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 83 (32.81% from 255 or 20.85% from 398); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7053 is #348FAC. Grayscale: #888888. Windows color (decimal): -3444653 or 5468363. OLE color: 5468363.

HSL color Cylindrical-coordinate representation of color #CB7053: hue angle of 14.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB7053 is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 112 83 -
CMYK 0 0.45 0.59 0.20
HSL 14.5º 0.54% 0.56% -
HSV(B) 14.5º 0.59% 0.8% -
XYZ 31.98 24.91 11.31 -
YUV 135.9 98.15 175.86 -
System Red Green Blue C M Y K H S L
Decimal 203 112 83 0 0.45 0.59 0.20 14.5 0.54 0.56
Hex CB 70 53 0 2D 3B 14 E 36 38
Octal 313 160 123 0 55 73 24 16 66 70
Binary 11001011 1110000 1010011 0 101101 111011 10100 1110 110110 111000

Color Harmonies of #CB7053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7053

Black with #CB7053

Text Example


Text Example

White with #CB7053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7053; }

 p { color: rgb(203,112,83); }

 H1.HeaderClassName
 {
   color: #CB7053;
 }
 .AnyTagClassName
 {
   color: #CB7053;
 }
</style>

background-color css

<style>
 a { background-color: #CB7053; }

 a { background-color: rgb(203,112,83); }

 div.DivClassName
 {
   background-color: #CB7053;
 }
 .BgClassName
 {
   background-color: #CB7053;
 }
</style>

border-color css

<style>
 span { border-color: #CB7053; }

 span { border-color: rgb(203,112,83); }

 td.TdClassName
 {
   border-color: #CB7053;
 }
 .TagClassName
 {
   border-color: #CB7053;
 }
</style>