Html Css Color HEX #CB7462 Japonica

📋 copy color: '#CB7462'

red 203 ◦ green 116 ◦ blue 98

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

Shades of Japonica #CB7462

Tints of Japonica #CB7462

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.82%

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

R = 48.68%
G = 27.82%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CB7462 (or 0xCB7462) is known color: Japonica. HEX triplet: CB, 74 and 62. RGB value is (203,116,98). Sum of RGB (Red+Green+Blue) = 203+116+98=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 116 (45.70% from 255 or 27.82% from 417); Blue value is 98 (38.67% from 255 or 23.50% from 417); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7462 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7462 is #348B9D. Grayscale: #8C8C8C. Windows color (decimal): -3443614 or 6452427. OLE color: 6452427.

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

Color convert

RGB 203 116 98 -
CMYK 0 0.43 0.52 0.20
HSL 10.29º 0.5% 0.59% -
HSV(B) 10.29º 0.52% 0.8% -
XYZ 33.08 26.07 14.84 -
YUV 139.96 104.32 172.96 -
System Red Green Blue C M Y K H S L
Decimal 203 116 98 0 0.43 0.52 0.20 10.29 0.5 0.59
Hex CB 74 62 0 2B 34 14 A 32 3B
Octal 313 164 142 0 53 64 24 12 62 73
Binary 11001011 1110100 1100010 0 101011 110100 10100 1010 110010 111011

Color Harmonies of #CB7462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7462

Black with #CB7462

Text Example


Text Example

White with #CB7462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7462; }

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

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

background-color css

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

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

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

border-color css

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

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

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