Html Css Color HEX #CB7B55 Japonica

📋 copy color: '#CB7B55'

red 203 ◦ green 123 ◦ blue 85

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

Shades of Japonica #CB7B55

Tints of Japonica #CB7B55

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.93%

 BLUE value IS 85 (33.59% from 255) = 20.68%

R = 49.39%
G = 29.93%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.58

 K value IS 0.20

RGB Variations

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

Color information

#CB7B55 (or 0xCB7B55) is known color: Japonica. HEX triplet: CB, 7B and 55. RGB value is (203,123,85). Sum of RGB (Red+Green+Blue) = 203+123+85=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 123 (48.44% from 255 or 29.93% from 411); Blue value is 85 (33.59% from 255 or 20.68% from 411); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7B55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7B55 is #3484AA. Grayscale: #8E8E8E. Windows color (decimal): -3441835 or 5602251. OLE color: 5602251.

HSL color Cylindrical-coordinate representation of color #CB7B55: hue angle of 19.32º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB7B55 is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 123 85 -
CMYK 0 0.39 0.58 0.20
HSL 19.32º 0.53% 0.56% -
HSV(B) 19.32º 0.58% 0.8% -
XYZ 33.35 27.52 12.15 -
YUV 142.59 95.5 171.09 -
System Red Green Blue C M Y K H S L
Decimal 203 123 85 0 0.39 0.58 0.20 19.32 0.53 0.56
Hex CB 7B 55 0 27 3A 14 13 35 38
Octal 313 173 125 0 47 72 24 23 65 70
Binary 11001011 1111011 1010101 0 100111 111010 10100 10011 110101 111000

Color Harmonies of #CB7B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7B55

Black with #CB7B55

Text Example


Text Example

White with #CB7B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7B55; }

 p { color: rgb(203,123,85); }

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

background-color css

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

 a { background-color: rgb(203,123,85); }

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

border-color css

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

 span { border-color: rgb(203,123,85); }

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