Html Css Color HEX #CB7463 Japonica

📋 copy color: '#CB7463'

red 203 ◦ green 116 ◦ blue 99

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

Shades of Japonica #CB7463

Tints of Japonica #CB7463

RGB

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

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

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

R = 48.56%
G = 27.75%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CB7463 (or 0xCB7463) is known color: Japonica. HEX triplet: CB, 74 and 63. RGB value is (203,116,99). Sum of RGB (Red+Green+Blue) = 203+116+99=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 116 (45.70% from 255 or 27.75% from 418); Blue value is 99 (39.06% from 255 or 23.68% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7463 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7463 is #348B9C. Grayscale: #8C8C8C. Windows color (decimal): -3443613 or 6517963. OLE color: 6517963.

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

Color convert

RGB 203 116 99 -
CMYK 0 0.43 0.51 0.20
HSL 9.81º 0.5% 0.59% -
HSV(B) 9.81º 0.51% 0.8% -
XYZ 33.13 26.09 15.09 -
YUV 140.08 104.82 172.88 -
System Red Green Blue C M Y K H S L
Decimal 203 116 99 0 0.43 0.51 0.20 9.81 0.5 0.59
Hex CB 74 63 0 2B 33 14 A 32 3B
Octal 313 164 143 0 53 63 24 12 62 73
Binary 11001011 1110100 1100011 0 101011 110011 10100 1010 110010 111011

Color Harmonies of #CB7463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7463

Black with #CB7463

Text Example


Text Example

White with #CB7463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7463; }

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

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

background-color css

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

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

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

border-color css

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

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

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