Html Css Color HEX #CB6D25 Chocolate

📋 copy color: '#CB6D25'

red 203 ◦ green 109 ◦ blue 37

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

Shades of Chocolate #CB6D25

Tints of Chocolate #CB6D25

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.23%

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

R = 58.17%
G = 31.23%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CB6D25 (or 0xCB6D25) is known color: Chocolate. HEX triplet: CB, 6D and 25. RGB value is (203,109,37). Sum of RGB (Red+Green+Blue) = 203+109+37=349 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.17% from 349); Green value is 109 (42.97% from 255 or 31.23% from 349); Blue value is 37 (14.84% from 255 or 10.60% from 349); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6D25 is #3492DA. Grayscale: #818181. Windows color (decimal): -3445467 or 2452939. OLE color: 2452939.

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

Color convert

RGB 203 109 37 -
CMYK 0 0.46 0.82 0.20
HSL 26.02º 0.69% 0.47% -
HSV(B) 26.02º 0.82% 0.8% -
XYZ 30.43 23.77 4.73 -
YUV 128.9 76.14 180.85 -
System Red Green Blue C M Y K H S L
Decimal 203 109 37 0 0.46 0.82 0.20 26.02 0.69 0.47
Hex CB 6D 25 0 2E 52 14 1A 45 2F
Octal 313 155 45 0 56 122 24 32 105 57
Binary 11001011 1101101 100101 0 101110 1010010 10100 11010 1000101 101111

Color Harmonies of #CB6D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6D25

Black with #CB6D25

Text Example


Text Example

White with #CB6D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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