Html Css Color HEX #CB661A Chocolate

📋 copy color: '#CB661A'

red 203 ◦ green 102 ◦ blue 26

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

Shades of Chocolate #CB661A

Tints of Chocolate #CB661A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.82%

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

R = 61.33%
G = 30.82%
B = 7.85%

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

#CB661A (or 0xCB661A) is known color: Chocolate. HEX triplet: CB, 66 and 1A. RGB value is (203,102,26). Sum of RGB (Red+Green+Blue) = 203+102+26=331 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.33% from 331); Green value is 102 (40.23% from 255 or 30.82% from 331); Blue value is 26 (10.55% from 255 or 7.85% from 331); Max value from RGB is 203 - color contains mainly: red. Hex color #CB661A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB661A is #3499E5. Grayscale: #7B7B7B. Windows color (decimal): -3447270 or 1730251. OLE color: 1730251.

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

Color convert

RGB 203 102 26 -
CMYK 0 0.50 0.87 0.20
HSL 25.76º 0.77% 0.45% -
HSV(B) 25.76º 0.87% 0.8% -
XYZ 29.57 22.27 3.72 -
YUV 123.54 72.96 184.68 -
System Red Green Blue C M Y K H S L
Decimal 203 102 26 0 0.50 0.87 0.20 25.76 0.77 0.45
Hex CB 66 1A 0 32 57 14 1A 4D 2D
Octal 313 146 32 0 62 127 24 32 115 55
Binary 11001011 1100110 11010 0 110010 1010111 10100 11010 1001101 101101

Color Harmonies of #CB661A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB661A

Black with #CB661A

Text Example


Text Example

White with #CB661A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB661A; }

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

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

background-color css

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

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

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

border-color css

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

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

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