Html Css Color HEX #CB7153 Japonica

📋 copy color: '#CB7153'

red 203 ◦ green 113 ◦ blue 83

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

Shades of Japonica #CB7153

Tints of Japonica #CB7153

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.32%

 BLUE value IS 83 (32.81% from 255) = 20.8%

R = 50.88%
G = 28.32%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.59

 K value IS 0.20

RGB Variations

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

Color information

#CB7153 (or 0xCB7153) is known color: Japonica. HEX triplet: CB, 71 and 53. RGB value is (203,113,83). Sum of RGB (Red+Green+Blue) = 203+113+83=399 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.88% from 399); Green value is 113 (44.53% from 255 or 28.32% from 399); Blue value is 83 (32.81% from 255 or 20.80% from 399); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7153 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7153 is #348EAC. Grayscale: #888888. Windows color (decimal): -3444397 or 5468619. OLE color: 5468619.

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

Color convert

RGB 203 113 83 -
CMYK 0 0.44 0.59 0.20
HSL 15º 0.54% 0.56% -
HSV(B) 15º 0.59% 0.8% -
XYZ 32.1 25.13 11.34 -
YUV 136.49 97.82 175.44 -
System Red Green Blue C M Y K H S L
Decimal 203 113 83 0 0.44 0.59 0.20 15 0.54 0.56
Hex CB 71 53 0 2C 3B 14 F 36 38
Octal 313 161 123 0 54 73 24 17 66 70
Binary 11001011 1110001 1010011 0 101100 111011 10100 1111 110110 111000

Color Harmonies of #CB7153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7153

Black with #CB7153

Text Example


Text Example

White with #CB7153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7153; }

 p { color: rgb(203,113,83); }

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

background-color css

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

 a { background-color: rgb(203,113,83); }

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

border-color css

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

 span { border-color: rgb(203,113,83); }

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