Html Css Color HEX #CB7963 Japonica

📋 copy color: '#CB7963'

red 203 ◦ green 121 ◦ blue 99

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

Shades of Japonica #CB7963

Tints of Japonica #CB7963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 23.4%

R = 47.99%
G = 28.61%
B = 23.4%

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

#CB7963 (or 0xCB7963) is known color: Japonica. HEX triplet: CB, 79 and 63. RGB value is (203,121,99). Sum of RGB (Red+Green+Blue) = 203+121+99=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 121 (47.66% from 255 or 28.61% from 423); Blue value is 99 (39.06% from 255 or 23.40% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7963 is #34869C. Grayscale: #8F8F8F. Windows color (decimal): -3442333 or 6519243. OLE color: 6519243.

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

Color convert

RGB 203 121 99 -
CMYK 0 0.40 0.51 0.20
HSL 12.69º 0.5% 0.59% -
HSV(B) 12.69º 0.51% 0.8% -
XYZ 33.72 27.27 15.29 -
YUV 143.01 103.17 170.79 -
System Red Green Blue C M Y K H S L
Decimal 203 121 99 0 0.40 0.51 0.20 12.69 0.5 0.59
Hex CB 79 63 0 28 33 14 D 32 3B
Octal 313 171 143 0 50 63 24 15 62 73
Binary 11001011 1111001 1100011 0 101000 110011 10100 1101 110010 111011

Color Harmonies of #CB7963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7963

Black with #CB7963

Text Example


Text Example

White with #CB7963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7963; }

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

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

background-color css

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

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

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

border-color css

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

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

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