Html Css Color HEX #CB6F61 Japonica

📋 copy color: '#CB6F61'

red 203 ◦ green 111 ◦ blue 97

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

Shades of Japonica #CB6F61

Tints of Japonica #CB6F61

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.01%

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

R = 49.39%
G = 27.01%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CB6F61 (or 0xCB6F61) is known color: Japonica. HEX triplet: CB, 6F and 61. RGB value is (203,111,97). Sum of RGB (Red+Green+Blue) = 203+111+97=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 111 (43.75% from 255 or 27.01% from 411); Blue value is 97 (38.28% from 255 or 23.60% from 411); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6F61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6F61 is #34909E. Grayscale: #898989. Windows color (decimal): -3444895 or 6385611. OLE color: 6385611.

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

Color convert

RGB 203 111 97 -
CMYK 0 0.45 0.52 0.20
HSL 7.92º 0.5% 0.59% -
HSV(B) 7.92º 0.52% 0.8% -
XYZ 32.47 24.93 14.41 -
YUV 136.91 105.48 175.14 -
System Red Green Blue C M Y K H S L
Decimal 203 111 97 0 0.45 0.52 0.20 7.92 0.5 0.59
Hex CB 6F 61 0 2D 34 14 8 32 3B
Octal 313 157 141 0 55 64 24 10 62 73
Binary 11001011 1101111 1100001 0 101101 110100 10100 1000 110010 111011

Color Harmonies of #CB6F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6F61

Black with #CB6F61

Text Example


Text Example

White with #CB6F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6F61; }

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

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

background-color css

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

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

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

border-color css

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

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

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