Html Css Color HEX #CB6225 Chocolate

📋 copy color: '#CB6225'

red 203 ◦ green 98 ◦ blue 37

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

Shades of Chocolate #CB6225

Tints of Chocolate #CB6225

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.99%

 BLUE value IS 37 (14.84% from 255) = 10.95%

R = 60.06%
G = 28.99%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CB6225 (or 0xCB6225) is known color: Chocolate. HEX triplet: CB, 62 and 25. RGB value is (203,98,37). Sum of RGB (Red+Green+Blue) = 203+98+37=338 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.06% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 37 (14.84% from 255 or 10.95% from 338); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6225 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6225 is #349DDA. Grayscale: #7A7A7A. Windows color (decimal): -3448283 or 2450123. OLE color: 2450123.

HSL color Cylindrical-coordinate representation of color #CB6225: hue angle of 22.05º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB6225 is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 98 37 -
CMYK 0 0.52 0.82 0.20
HSL 22.05º 0.69% 0.47% -
HSV(B) 22.05º 0.82% 0.8% -
XYZ 29.33 21.57 4.37 -
YUV 122.44 79.79 185.46 -
System Red Green Blue C M Y K H S L
Decimal 203 98 37 0 0.52 0.82 0.20 22.05 0.69 0.47
Hex CB 62 25 0 34 52 14 16 45 2F
Octal 313 142 45 0 64 122 24 26 105 57
Binary 11001011 1100010 100101 0 110100 1010010 10100 10110 1000101 101111

Color Harmonies of #CB6225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6225

Black with #CB6225

Text Example


Text Example

White with #CB6225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6225; }

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

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

background-color css

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

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

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

border-color css

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

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

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