Html Css Color HEX #CB6425 Chocolate

📋 copy color: '#CB6425'

red 203 ◦ green 100 ◦ blue 37

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

Shades of Chocolate #CB6425

Tints of Chocolate #CB6425

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.41%

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

R = 59.71%
G = 29.41%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CB6425 (or 0xCB6425) is known color: Chocolate. HEX triplet: CB, 64 and 25. RGB value is (203,100,37). Sum of RGB (Red+Green+Blue) = 203+100+37=340 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.71% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 37 (14.84% from 255 or 10.88% from 340); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6425 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6425 is #349BDA. Grayscale: #7B7B7B. Windows color (decimal): -3447771 or 2450635. OLE color: 2450635.

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

Color convert

RGB 203 100 37 -
CMYK 0 0.51 0.82 0.20
HSL 22.77º 0.69% 0.47% -
HSV(B) 22.77º 0.82% 0.8% -
XYZ 29.52 21.94 4.43 -
YUV 123.62 79.12 184.62 -
System Red Green Blue C M Y K H S L
Decimal 203 100 37 0 0.51 0.82 0.20 22.77 0.69 0.47
Hex CB 64 25 0 33 52 14 17 45 2F
Octal 313 144 45 0 63 122 24 27 105 57
Binary 11001011 1100100 100101 0 110011 1010010 10100 10111 1000101 101111

Color Harmonies of #CB6425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6425

Black with #CB6425

Text Example


Text Example

White with #CB6425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6425; }

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

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

background-color css

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

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

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

border-color css

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

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

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