Html Css Color HEX #CB6B56 Japonica

📋 copy color: '#CB6B56'

red 203 ◦ green 107 ◦ blue 86

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

Shades of Japonica #CB6B56

Tints of Japonica #CB6B56

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.02%

 BLUE value IS 86 (33.98% from 255) = 21.72%

R = 51.26%
G = 27.02%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.20

RGB Variations

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

Color information

#CB6B56 (or 0xCB6B56) is known color: Japonica. HEX triplet: CB, 6B and 56. RGB value is (203,107,86). Sum of RGB (Red+Green+Blue) = 203+107+86=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 107 (42.19% from 255 or 27.02% from 396); Blue value is 86 (33.98% from 255 or 21.72% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6B56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6B56 is #3494A9. Grayscale: #858585. Windows color (decimal): -3445930 or 5663691. OLE color: 5663691.

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

Color convert

RGB 203 107 86 -
CMYK 0 0.47 0.58 0.20
HSL 10.77º 0.53% 0.57% -
HSV(B) 10.77º 0.58% 0.8% -
XYZ 31.57 23.88 11.75 -
YUV 133.31 101.3 177.71 -
System Red Green Blue C M Y K H S L
Decimal 203 107 86 0 0.47 0.58 0.20 10.77 0.53 0.57
Hex CB 6B 56 0 2F 3A 14 B 35 39
Octal 313 153 126 0 57 72 24 13 65 71
Binary 11001011 1101011 1010110 0 101111 111010 10100 1011 110101 111001

Color Harmonies of #CB6B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6B56

Black with #CB6B56

Text Example


Text Example

White with #CB6B56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6B56; }

 p { color: rgb(203,107,86); }

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

background-color css

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

 a { background-color: rgb(203,107,86); }

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

border-color css

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

 span { border-color: rgb(203,107,86); }

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