Html Css Color HEX #CB7263 Japonica

📋 copy color: '#CB7263'

red 203 ◦ green 114 ◦ blue 99

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

Shades of Japonica #CB7263

Tints of Japonica #CB7263

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.4%

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

R = 48.8%
G = 27.4%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CB7263 (or 0xCB7263) is known color: Japonica. HEX triplet: CB, 72 and 63. RGB value is (203,114,99). Sum of RGB (Red+Green+Blue) = 203+114+99=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 114 (44.92% from 255 or 27.40% from 416); Blue value is 99 (39.06% from 255 or 23.80% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7263 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7263 is #348D9C. Grayscale: #8B8B8B. Windows color (decimal): -3444125 or 6517451. OLE color: 6517451.

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

Color convert

RGB 203 114 99 -
CMYK 0 0.44 0.51 0.20
HSL 8.65º 0.5% 0.59% -
HSV(B) 8.65º 0.51% 0.8% -
XYZ 32.9 25.63 15.02 -
YUV 138.9 105.49 173.72 -
System Red Green Blue C M Y K H S L
Decimal 203 114 99 0 0.44 0.51 0.20 8.65 0.5 0.59
Hex CB 72 63 0 2C 33 14 9 32 3B
Octal 313 162 143 0 54 63 24 11 62 73
Binary 11001011 1110010 1100011 0 101100 110011 10100 1001 110010 111011

Color Harmonies of #CB7263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7263

Black with #CB7263

Text Example


Text Example

White with #CB7263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7263; }

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

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

background-color css

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

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

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

border-color css

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

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

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