Html Css Color HEX #CB7062 Japonica

📋 copy color: '#CB7062'

red 203 ◦ green 112 ◦ blue 98

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

Shades of Japonica #CB7062

Tints of Japonica #CB7062

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.12%

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

R = 49.15%
G = 27.12%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CB7062 (or 0xCB7062) is known color: Japonica. HEX triplet: CB, 70 and 62. RGB value is (203,112,98). Sum of RGB (Red+Green+Blue) = 203+112+98=413 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.15% from 413); Green value is 112 (44.14% from 255 or 27.12% from 413); Blue value is 98 (38.67% from 255 or 23.73% from 413); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7062 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7062 is #348F9D. Grayscale: #898989. Windows color (decimal): -3444638 or 6451403. OLE color: 6451403.

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

Color convert

RGB 203 112 98 -
CMYK 0 0.45 0.52 0.20
HSL 0.5% 0.59% -
HSV(B) 0.52% 0.8% -
XYZ 32.63 25.17 14.69 -
YUV 137.61 105.65 174.64 -
System Red Green Blue C M Y K H S L
Decimal 203 112 98 0 0.45 0.52 0.20 8 0.5 0.59
Hex CB 70 62 0 2D 34 14 8 32 3B
Octal 313 160 142 0 55 64 24 10 62 73
Binary 11001011 1110000 1100010 0 101101 110100 10100 1000 110010 111011

Color Harmonies of #CB7062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7062

Black with #CB7062

Text Example


Text Example

White with #CB7062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7062; }

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

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

background-color css

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

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

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

border-color css

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

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

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