Html Css Color HEX #CB651B Chocolate

📋 copy color: '#CB651B'

red 203 ◦ green 101 ◦ blue 27

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

Shades of Chocolate #CB651B

Tints of Chocolate #CB651B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.16%

R = 61.33%
G = 30.51%
B = 8.16%

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

#CB651B (or 0xCB651B) is known color: Chocolate. HEX triplet: CB, 65 and 1B. RGB value is (203,101,27). Sum of RGB (Red+Green+Blue) = 203+101+27=331 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.33% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 27 (10.94% from 255 or 8.16% from 331); Max value from RGB is 203 - color contains mainly: red. Hex color #CB651B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB651B is #349AE4. Grayscale: #7B7B7B. Windows color (decimal): -3447525 or 1795531. OLE color: 1795531.

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

Color convert

RGB 203 101 27 -
CMYK 0 0.50 0.87 0.20
HSL 25.23º 0.77% 0.45% -
HSV(B) 25.23º 0.87% 0.8% -
XYZ 29.48 22.08 3.75 -
YUV 123.06 73.79 185.02 -
System Red Green Blue C M Y K H S L
Decimal 203 101 27 0 0.50 0.87 0.20 25.23 0.77 0.45
Hex CB 65 1B 0 32 57 14 19 4D 2D
Octal 313 145 33 0 62 127 24 31 115 55
Binary 11001011 1100101 11011 0 110010 1010111 10100 11001 1001101 101101

Color Harmonies of #CB651B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB651B

Black with #CB651B

Text Example


Text Example

White with #CB651B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB651B; }

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

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

background-color css

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

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

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

border-color css

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

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

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