Html Css Color HEX #CB7562 Japonica

📋 copy color: '#CB7562'

red 203 ◦ green 117 ◦ blue 98

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

Shades of Japonica #CB7562

Tints of Japonica #CB7562

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.99%

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

R = 48.56%
G = 27.99%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CB7562 (or 0xCB7562) is known color: Japonica. HEX triplet: CB, 75 and 62. RGB value is (203,117,98). Sum of RGB (Red+Green+Blue) = 203+117+98=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 117 (46.09% from 255 or 27.99% from 418); Blue value is 98 (38.67% from 255 or 23.44% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7562 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7562 is #348A9D. Grayscale: #8C8C8C. Windows color (decimal): -3443358 or 6452683. OLE color: 6452683.

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

Color convert

RGB 203 117 98 -
CMYK 0 0.42 0.52 0.20
HSL 10.86º 0.5% 0.59% -
HSV(B) 10.86º 0.52% 0.8% -
XYZ 33.19 26.3 14.88 -
YUV 140.55 103.99 172.54 -
System Red Green Blue C M Y K H S L
Decimal 203 117 98 0 0.42 0.52 0.20 10.86 0.5 0.59
Hex CB 75 62 0 2A 34 14 B 32 3B
Octal 313 165 142 0 52 64 24 13 62 73
Binary 11001011 1110101 1100010 0 101010 110100 10100 1011 110010 111011

Color Harmonies of #CB7562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7562

Black with #CB7562

Text Example


Text Example

White with #CB7562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7562; }

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

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

background-color css

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

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

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

border-color css

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

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

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