Html Css Color HEX #CB7766 Japonica

📋 copy color: '#CB7766'

red 203 ◦ green 119 ◦ blue 102

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

Shades of Japonica #CB7766

Tints of Japonica #CB7766

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.07%

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

R = 47.88%
G = 28.07%
B = 24.06%

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

#CB7766 (or 0xCB7766) is known color: Japonica. HEX triplet: CB, 77 and 66. RGB value is (203,119,102). Sum of RGB (Red+Green+Blue) = 203+119+102=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 119 (46.88% from 255 or 28.07% from 424); Blue value is 102 (40.23% from 255 or 24.06% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7766 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7766 is #348899. Grayscale: #8E8E8E. Windows color (decimal): -3442842 or 6715339. OLE color: 6715339.

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

Color convert

RGB 203 119 102 -
CMYK 0 0.41 0.50 0.20
HSL 10.1º 0.49% 0.6% -
HSV(B) 10.1º 0.5% 0.8% -
XYZ 33.62 26.85 15.98 -
YUV 142.18 105.33 171.38 -
System Red Green Blue C M Y K H S L
Decimal 203 119 102 0 0.41 0.50 0.20 10.1 0.49 0.6
Hex CB 77 66 0 29 32 14 A 31 3C
Octal 313 167 146 0 51 62 24 12 61 74
Binary 11001011 1110111 1100110 0 101001 110010 10100 1010 110001 111100

Color Harmonies of #CB7766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7766

Black with #CB7766

Text Example


Text Example

White with #CB7766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7766; }

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

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

background-color css

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

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

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

border-color css

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

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

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