Html Css Color HEX #CB7865 Japonica

📋 copy color: '#CB7865'

red 203 ◦ green 120 ◦ blue 101

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

Shades of Japonica #CB7865

Tints of Japonica #CB7865

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.3%

 BLUE value IS 101 (39.84% from 255) = 23.82%

R = 47.88%
G = 28.3%
B = 23.82%

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

#CB7865 (or 0xCB7865) is known color: Japonica. HEX triplet: CB, 78 and 65. RGB value is (203,120,101). Sum of RGB (Red+Green+Blue) = 203+120+101=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 120 (47.27% from 255 or 28.30% from 424); Blue value is 101 (39.84% from 255 or 23.82% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7865 is #34879A. Grayscale: #8E8E8E. Windows color (decimal): -3442587 or 6650059. OLE color: 6650059.

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

Color convert

RGB 203 120 101 -
CMYK 0 0.41 0.50 0.20
HSL 11.18º 0.5% 0.6% -
HSV(B) 11.18º 0.5% 0.8% -
XYZ 33.69 27.07 15.76 -
YUV 142.65 104.5 171.04 -
System Red Green Blue C M Y K H S L
Decimal 203 120 101 0 0.41 0.50 0.20 11.18 0.5 0.6
Hex CB 78 65 0 29 32 14 B 32 3C
Octal 313 170 145 0 51 62 24 13 62 74
Binary 11001011 1111000 1100101 0 101001 110010 10100 1011 110010 111100

Color Harmonies of #CB7865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7865

Black with #CB7865

Text Example


Text Example

White with #CB7865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7865; }

 p { color: rgb(203,120,101); }

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

background-color css

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

 a { background-color: rgb(203,120,101); }

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

border-color css

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

 span { border-color: rgb(203,120,101); }

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