Html Css Color HEX #CB7464 Japonica

📋 copy color: '#CB7464'

red 203 ◦ green 116 ◦ blue 100

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

Shades of Japonica #CB7464

Tints of Japonica #CB7464

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.68%

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

R = 48.45%
G = 27.68%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CB7464 (or 0xCB7464) is known color: Japonica. HEX triplet: CB, 74 and 64. RGB value is (203,116,100). Sum of RGB (Red+Green+Blue) = 203+116+100=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 116 (45.70% from 255 or 27.68% from 419); Blue value is 100 (39.45% from 255 or 23.87% from 419); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7464 is #348B9B. Grayscale: #8C8C8C. Windows color (decimal): -3443612 or 6583499. OLE color: 6583499.

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

Color convert

RGB 203 116 100 -
CMYK 0 0.43 0.51 0.20
HSL 9.32º 0.5% 0.59% -
HSV(B) 9.32º 0.51% 0.8% -
XYZ 33.17 26.11 15.35 -
YUV 140.19 105.32 172.8 -
System Red Green Blue C M Y K H S L
Decimal 203 116 100 0 0.43 0.51 0.20 9.32 0.5 0.59
Hex CB 74 64 0 2B 33 14 9 32 3B
Octal 313 164 144 0 53 63 24 11 62 73
Binary 11001011 1110100 1100100 0 101011 110011 10100 1001 110010 111011

Color Harmonies of #CB7464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7464

Black with #CB7464

Text Example


Text Example

White with #CB7464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7464; }

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

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

background-color css

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

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

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

border-color css

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

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

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