Html Css Color HEX #CB7161 Japonica

📋 copy color: '#CB7161'

red 203 ◦ green 113 ◦ blue 97

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

Shades of Japonica #CB7161

Tints of Japonica #CB7161

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.36%

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

R = 49.15%
G = 27.36%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CB7161 (or 0xCB7161) is known color: Japonica. HEX triplet: CB, 71 and 61. RGB value is (203,113,97). Sum of RGB (Red+Green+Blue) = 203+113+97=413 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.15% from 413); Green value is 113 (44.53% from 255 or 27.36% from 413); Blue value is 97 (38.28% from 255 or 23.49% from 413); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7161 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7161 is #348E9E. Grayscale: #8A8A8A. Windows color (decimal): -3444383 or 6386123. OLE color: 6386123.

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

Color convert

RGB 203 113 97 -
CMYK 0 0.44 0.52 0.20
HSL 9.06º 0.5% 0.59% -
HSV(B) 9.06º 0.52% 0.8% -
XYZ 32.69 25.37 14.48 -
YUV 138.09 104.82 174.3 -
System Red Green Blue C M Y K H S L
Decimal 203 113 97 0 0.44 0.52 0.20 9.06 0.5 0.59
Hex CB 71 61 0 2C 34 14 9 32 3B
Octal 313 161 141 0 54 64 24 11 62 73
Binary 11001011 1110001 1100001 0 101100 110100 10100 1001 110010 111011

Color Harmonies of #CB7161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7161

Black with #CB7161

Text Example


Text Example

White with #CB7161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7161; }

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

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

background-color css

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

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

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

border-color css

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

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

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