Html Css Color HEX #CCCCAD Orinoco

📋 copy color: '#CCCCAD'

red 204 ◦ green 204 ◦ blue 173

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

Shades of Orinoco #CCCCAD

Tints of Orinoco #CCCCAD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.11%

 BLUE value IS 173 (67.97% from 255) = 29.78%

R = 35.11%
G = 35.11%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#CCCCAD (or 0xCCCCAD) is known color: Orinoco. HEX triplet: CC, CC and AD. RGB value is (204,204,173). Sum of RGB (Red+Green+Blue) = 204+204+173=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 204 (80.08% from 255 or 35.11% from 581); Blue value is 173 (67.97% from 255 or 29.78% from 581); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCCAD is #333352. Grayscale: #C8C8C8. Windows color (decimal): -3355475 or 11390156. OLE color: 11390156.

HSL color Cylindrical-coordinate representation of color #CCCCAD: hue angle of 60º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCCCAD is Cyan = 0, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 204 173 -
CMYK 0 0 0.15 0.2
HSL 60º 0.23% 0.74% -
HSV(B) 60º 0.15% 0.8% -
XYZ 54.04 59.04 48.08 -
YUV 200.47 112.5 130.52 -
System Red Green Blue C M Y K H S L
Decimal 204 204 173 0 0 0.15 0.2 60 0.23 0.74
Hex CC CC AD 0 0 F 14 3C 17 4A
Octal 314 314 255 0 0 17 24 74 27 112
Binary 11001100 11001100 10101101 0 0 1111 10100 111100 10111 1001010

Color Harmonies of #CCCCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCCAD

Black with #CCCCAD

Text Example


Text Example

White with #CCCCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCCAD; }

 p { color: rgb(204,204,173); }

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

background-color css

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

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

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

border-color css

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

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

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