Html Css Color HEX #CB6C60 Japonica

📋 copy color: '#CB6C60'

red 203 ◦ green 108 ◦ blue 96

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

Shades of Japonica #CB6C60

Tints of Japonica #CB6C60

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.54%

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

R = 49.88%
G = 26.54%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CB6C60 (or 0xCB6C60) is known color: Japonica. HEX triplet: CB, 6C and 60. RGB value is (203,108,96). Sum of RGB (Red+Green+Blue) = 203+108+96=407 (53% of max value = 765). Red value is 203 (79.69% from 255 or 49.88% from 407); Green value is 108 (42.58% from 255 or 26.54% from 407); Blue value is 96 (37.89% from 255 or 23.59% from 407); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6C60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6C60 is #34939F. Grayscale: #878787. Windows color (decimal): -3445664 or 6319307. OLE color: 6319307.

HSL color Cylindrical-coordinate representation of color #CB6C60: hue angle of 6.73º 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 #CB6C60 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 108 96 -
CMYK 0 0.47 0.53 0.20
HSL 6.73º 0.51% 0.59% -
HSV(B) 6.73º 0.53% 0.8% -
XYZ 32.1 24.27 14.06 -
YUV 135.04 105.97 176.48 -
System Red Green Blue C M Y K H S L
Decimal 203 108 96 0 0.47 0.53 0.20 6.73 0.51 0.59
Hex CB 6C 60 0 2F 35 14 7 33 3B
Octal 313 154 140 0 57 65 24 7 63 73
Binary 11001011 1101100 1100000 0 101111 110101 10100 111 110011 111011

Color Harmonies of #CB6C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6C60

Black with #CB6C60

Text Example


Text Example

White with #CB6C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6C60; }

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

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

background-color css

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

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

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

border-color css

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

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

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