Html Css Color HEX #CB7964 Japonica

📋 copy color: '#CB7964'

red 203 ◦ green 121 ◦ blue 100

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

Shades of Japonica #CB7964

Tints of Japonica #CB7964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.58%

R = 47.88%
G = 28.54%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CB7964 (or 0xCB7964) is known color: Japonica. HEX triplet: CB, 79 and 64. RGB value is (203,121,100). Sum of RGB (Red+Green+Blue) = 203+121+100=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 121 (47.66% from 255 or 28.54% from 424); Blue value is 100 (39.45% from 255 or 23.58% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7964 is #34869B. Grayscale: #8F8F8F. Windows color (decimal): -3442332 or 6584779. OLE color: 6584779.

HSL color Cylindrical-coordinate representation of color #CB7964: hue angle of 12.23º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB7964 is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 121 100 -
CMYK 0 0.40 0.51 0.20
HSL 12.23º 0.5% 0.59% -
HSV(B) 12.23º 0.51% 0.8% -
XYZ 33.77 27.29 15.54 -
YUV 143.12 103.67 170.71 -
System Red Green Blue C M Y K H S L
Decimal 203 121 100 0 0.40 0.51 0.20 12.23 0.5 0.59
Hex CB 79 64 0 28 33 14 C 32 3B
Octal 313 171 144 0 50 63 24 14 62 73
Binary 11001011 1111001 1100100 0 101000 110011 10100 1100 110010 111011

Color Harmonies of #CB7964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7964

Black with #CB7964

Text Example


Text Example

White with #CB7964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7964; }

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

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

background-color css

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

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

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

border-color css

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

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

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