Html Css Color HEX #CB6D60 Japonica

📋 copy color: '#CB6D60'

red 203 ◦ green 109 ◦ blue 96

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

Shades of Japonica #CB6D60

Tints of Japonica #CB6D60

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.72%

 BLUE value IS 96 (37.89% from 255) = 23.53%

R = 49.75%
G = 26.72%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CB6D60 (or 0xCB6D60) is known color: Japonica. HEX triplet: CB, 6D and 60. RGB value is (203,109,96). Sum of RGB (Red+Green+Blue) = 203+109+96=408 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.75% from 408); Green value is 109 (42.97% from 255 or 26.72% from 408); Blue value is 96 (37.89% from 255 or 23.53% from 408); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6D60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6D60 is #34929F. Grayscale: #878787. Windows color (decimal): -3445408 or 6319563. OLE color: 6319563.

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

Color convert

RGB 203 109 96 -
CMYK 0 0.46 0.53 0.20
HSL 7.29º 0.51% 0.59% -
HSV(B) 7.29º 0.53% 0.8% -
XYZ 32.21 24.48 14.09 -
YUV 135.62 105.64 176.06 -
System Red Green Blue C M Y K H S L
Decimal 203 109 96 0 0.46 0.53 0.20 7.29 0.51 0.59
Hex CB 6D 60 0 2E 35 14 7 33 3B
Octal 313 155 140 0 56 65 24 7 63 73
Binary 11001011 1101101 1100000 0 101110 110101 10100 111 110011 111011

Color Harmonies of #CB6D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6D60

Black with #CB6D60

Text Example


Text Example

White with #CB6D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6D60; }

 p { color: rgb(203,109,96); }

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

background-color css

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

 a { background-color: rgb(203,109,96); }

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

border-color css

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

 span { border-color: rgb(203,109,96); }

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