Html Css Color HEX #CB7761 Japonica

📋 copy color: '#CB7761'

red 203 ◦ green 119 ◦ blue 97

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

Shades of Japonica #CB7761

Tints of Japonica #CB7761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.15%

R = 48.45%
G = 28.4%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CB7761 (or 0xCB7761) is known color: Japonica. HEX triplet: CB, 77 and 61. RGB value is (203,119,97). Sum of RGB (Red+Green+Blue) = 203+119+97=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 97 (38.28% from 255 or 23.15% from 419); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7761 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7761 is #34889E. Grayscale: #8D8D8D. Windows color (decimal): -3442847 or 6387659. OLE color: 6387659.

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

Color convert

RGB 203 119 97 -
CMYK 0 0.41 0.52 0.20
HSL 12.45º 0.5% 0.59% -
HSV(B) 12.45º 0.52% 0.8% -
XYZ 33.38 26.75 14.71 -
YUV 141.61 102.83 171.79 -
System Red Green Blue C M Y K H S L
Decimal 203 119 97 0 0.41 0.52 0.20 12.45 0.5 0.59
Hex CB 77 61 0 29 34 14 C 32 3B
Octal 313 167 141 0 51 64 24 14 62 73
Binary 11001011 1110111 1100001 0 101001 110100 10100 1100 110010 111011

Color Harmonies of #CB7761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7761

Black with #CB7761

Text Example


Text Example

White with #CB7761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7761; }

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

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

background-color css

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

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

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

border-color css

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

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

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