Html Css Color HEX #CB651A Chocolate

📋 copy color: '#CB651A'

red 203 ◦ green 101 ◦ blue 26

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

Shades of Chocolate #CB651A

Tints of Chocolate #CB651A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.61%

 BLUE value IS 26 (10.55% from 255) = 7.88%

R = 61.52%
G = 30.61%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#CB651A (or 0xCB651A) is known color: Chocolate. HEX triplet: CB, 65 and 1A. RGB value is (203,101,26). Sum of RGB (Red+Green+Blue) = 203+101+26=330 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.52% from 330); Green value is 101 (39.84% from 255 or 30.61% from 330); Blue value is 26 (10.55% from 255 or 7.88% from 330); Max value from RGB is 203 - color contains mainly: red. Hex color #CB651A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB651A is #349AE5. Grayscale: #7B7B7B. Windows color (decimal): -3447526 or 1729995. OLE color: 1729995.

HSL color Cylindrical-coordinate representation of color #CB651A: hue angle of 25.42º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CB651A is Cyan = 0, Magento = 0.50, Yellow = 0.87 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 101 26 -
CMYK 0 0.50 0.87 0.20
HSL 25.42º 0.77% 0.45% -
HSV(B) 25.42º 0.87% 0.8% -
XYZ 29.47 22.08 3.69 -
YUV 122.95 73.29 185.1 -
System Red Green Blue C M Y K H S L
Decimal 203 101 26 0 0.50 0.87 0.20 25.42 0.77 0.45
Hex CB 65 1A 0 32 57 14 19 4D 2D
Octal 313 145 32 0 62 127 24 31 115 55
Binary 11001011 1100101 11010 0 110010 1010111 10100 11001 1001101 101101

Color Harmonies of #CB651A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB651A

Black with #CB651A

Text Example


Text Example

White with #CB651A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB651A; }

 p { color: rgb(203,101,26); }

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

background-color css

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

 a { background-color: rgb(203,101,26); }

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

border-color css

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

 span { border-color: rgb(203,101,26); }

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