Html Css Color HEX #CB7866 Japonica

📋 copy color: '#CB7866'

red 203 ◦ green 120 ◦ blue 102

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

Shades of Japonica #CB7866

Tints of Japonica #CB7866

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.24%

 BLUE value IS 102 (40.23% from 255) = 24%

R = 47.76%
G = 28.24%
B = 24%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#CB7866 (or 0xCB7866) is known color: Japonica. HEX triplet: CB, 78 and 66. RGB value is (203,120,102). Sum of RGB (Red+Green+Blue) = 203+120+102=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 120 (47.27% from 255 or 28.24% from 425); Blue value is 102 (40.23% from 255 or 24% from 425); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7866 is #348799. Grayscale: #8E8E8E. Windows color (decimal): -3442586 or 6715595. OLE color: 6715595.

HSL color Cylindrical-coordinate representation of color #CB7866: hue angle of 10.69º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB7866 is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 120 102 -
CMYK 0 0.41 0.50 0.20
HSL 10.69º 0.49% 0.6% -
HSV(B) 10.69º 0.5% 0.8% -
XYZ 33.74 27.09 16.02 -
YUV 142.77 105 170.96 -
System Red Green Blue C M Y K H S L
Decimal 203 120 102 0 0.41 0.50 0.20 10.69 0.49 0.6
Hex CB 78 66 0 29 32 14 B 31 3C
Octal 313 170 146 0 51 62 24 13 61 74
Binary 11001011 1111000 1100110 0 101001 110010 10100 1011 110001 111100

Color Harmonies of #CB7866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7866

Black with #CB7866

Text Example


Text Example

White with #CB7866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7866; }

 p { color: rgb(203,120,102); }

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

background-color css

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

 a { background-color: rgb(203,120,102); }

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

border-color css

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

 span { border-color: rgb(203,120,102); }

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