Html Css Color HEX #CB7764 Japonica

📋 copy color: '#CB7764'

red 203 ◦ green 119 ◦ blue 100

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

Shades of Japonica #CB7764

Tints of Japonica #CB7764

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.2%

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

R = 48.1%
G = 28.2%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CB7764 (or 0xCB7764) is known color: Japonica. HEX triplet: CB, 77 and 64. RGB value is (203,119,100). Sum of RGB (Red+Green+Blue) = 203+119+100=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 119 (46.88% from 255 or 28.20% from 422); Blue value is 100 (39.45% from 255 or 23.70% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7764 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7764 is #34889B. Grayscale: #8E8E8E. Windows color (decimal): -3442844 or 6584267. OLE color: 6584267.

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

Color convert

RGB 203 119 100 -
CMYK 0 0.41 0.51 0.20
HSL 11.07º 0.5% 0.59% -
HSV(B) 11.07º 0.51% 0.8% -
XYZ 33.53 26.81 15.46 -
YUV 141.95 104.33 171.54 -
System Red Green Blue C M Y K H S L
Decimal 203 119 100 0 0.41 0.51 0.20 11.07 0.5 0.59
Hex CB 77 64 0 29 33 14 B 32 3B
Octal 313 167 144 0 51 63 24 13 62 73
Binary 11001011 1110111 1100100 0 101001 110011 10100 1011 110010 111011

Color Harmonies of #CB7764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7764

Black with #CB7764

Text Example


Text Example

White with #CB7764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7764; }

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

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

background-color css

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

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

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

border-color css

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

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

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