Html Css Color HEX #CB7961 Japonica

📋 copy color: '#CB7961'

red 203 ◦ green 121 ◦ blue 97

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

Shades of Japonica #CB7961

Tints of Japonica #CB7961

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.74%

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

R = 48.22%
G = 28.74%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CB7961 (or 0xCB7961) is known color: Japonica. HEX triplet: CB, 79 and 61. RGB value is (203,121,97). Sum of RGB (Red+Green+Blue) = 203+121+97=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 121 (47.66% from 255 or 28.74% from 421); Blue value is 97 (38.28% from 255 or 23.04% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7961 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7961 is #34869E. Grayscale: #8E8E8E. Windows color (decimal): -3442335 or 6388171. OLE color: 6388171.

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

Color convert

RGB 203 121 97 -
CMYK 0 0.40 0.52 0.20
HSL 13.58º 0.5% 0.59% -
HSV(B) 13.58º 0.52% 0.8% -
XYZ 33.62 27.23 14.79 -
YUV 142.78 102.17 170.95 -
System Red Green Blue C M Y K H S L
Decimal 203 121 97 0 0.40 0.52 0.20 13.58 0.5 0.59
Hex CB 79 61 0 28 34 14 E 32 3B
Octal 313 171 141 0 50 64 24 16 62 73
Binary 11001011 1111001 1100001 0 101000 110100 10100 1110 110010 111011

Color Harmonies of #CB7961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7961

Black with #CB7961

Text Example


Text Example

White with #CB7961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7961; }

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

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

background-color css

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

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

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

border-color css

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

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

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