Html Css Color HEX #CCB083 Calico

📋 copy color: '#CCB083'

red 204 ◦ green 176 ◦ blue 131

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

Shades of Calico #CCB083

Tints of Calico #CCB083

RGB

 RED value IS 204 (80.08% from 255) = 39.92%

 GREEN value IS 176 (69.14% from 255) = 34.44%

 BLUE value IS 131 (51.56% from 255) = 25.64%

R = 39.92%
G = 34.44%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#CCB083 (or 0xCCB083) is known color: Calico. HEX triplet: CC, B0 and 83. RGB value is (204,176,131). Sum of RGB (Red+Green+Blue) = 204+176+131=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 176 (69.14% from 255 or 34.44% from 511); Blue value is 131 (51.56% from 255 or 25.64% from 511); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB083 is #334F7C. Grayscale: #B3B3B3. Windows color (decimal): -3362685 or 8630476. OLE color: 8630476.

HSL color Cylindrical-coordinate representation of color #CCB083: hue angle of 36.99º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CCB083 is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 176 131 -
CMYK 0 0.14 0.36 0.2
HSL 36.99º 0.42% 0.66% -
HSV(B) 36.99º 0.36% 0.8% -
XYZ 44.52 45.53 27.91 -
YUV 179.24 100.78 145.66 -
System Red Green Blue C M Y K H S L
Decimal 204 176 131 0 0.14 0.36 0.2 36.99 0.42 0.66
Hex CC B0 83 0 E 24 14 25 2A 42
Octal 314 260 203 0 16 44 24 45 52 102
Binary 11001100 10110000 10000011 0 1110 100100 10100 100101 101010 1000010

Color Harmonies of #CCB083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB083

Black with #CCB083

Text Example


Text Example

White with #CCB083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB083; }

 p { color: rgb(204,176,131); }

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

background-color css

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

 a { background-color: rgb(204,176,131); }

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

border-color css

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

 span { border-color: rgb(204,176,131); }

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