Html Css Color HEX #CB7262 Japonica

📋 copy color: '#CB7262'

red 203 ◦ green 114 ◦ blue 98

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

Shades of Japonica #CB7262

Tints of Japonica #CB7262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 23.61%

R = 48.92%
G = 27.47%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CB7262 (or 0xCB7262) is known color: Japonica. HEX triplet: CB, 72 and 62. RGB value is (203,114,98). Sum of RGB (Red+Green+Blue) = 203+114+98=415 (54% of max value = 765). Red value is 203 (79.69% from 255 or 48.92% from 415); Green value is 114 (44.92% from 255 or 27.47% from 415); Blue value is 98 (38.67% from 255 or 23.61% from 415); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7262 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7262 is #348D9D. Grayscale: #8A8A8A. Windows color (decimal): -3444126 or 6451915. OLE color: 6451915.

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

Color convert

RGB 203 114 98 -
CMYK 0 0.44 0.52 0.20
HSL 9.14º 0.5% 0.59% -
HSV(B) 9.14º 0.52% 0.8% -
XYZ 32.85 25.61 14.77 -
YUV 138.79 104.99 173.8 -
System Red Green Blue C M Y K H S L
Decimal 203 114 98 0 0.44 0.52 0.20 9.14 0.5 0.59
Hex CB 72 62 0 2C 34 14 9 32 3B
Octal 313 162 142 0 54 64 24 11 62 73
Binary 11001011 1110010 1100010 0 101100 110100 10100 1001 110010 111011

Color Harmonies of #CB7262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7262

Black with #CB7262

Text Example


Text Example

White with #CB7262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7262; }

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

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

background-color css

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

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

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

border-color css

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

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

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