Html Css Color HEX #CCD0B2 Orinoco

📋 copy color: '#CCD0B2'

red 204 ◦ green 208 ◦ blue 178

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

Shades of Orinoco #CCD0B2

Tints of Orinoco #CCD0B2

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.25%

 BLUE value IS 178 (69.92% from 255) = 30.17%

R = 34.58%
G = 35.25%
B = 30.17%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#CCD0B2 (or 0xCCD0B2) is known color: Orinoco. HEX triplet: CC, D0 and B2. RGB value is (204,208,178). Sum of RGB (Red+Green+Blue) = 204+208+178=590 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.58% from 590); Green value is 208 (81.64% from 255 or 35.25% from 590); Blue value is 178 (69.92% from 255 or 30.17% from 590); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD0B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD0B2 is #332F4D. Grayscale: #CBCBCB. Windows color (decimal): -3354446 or 11718860. OLE color: 11718860.

HSL color Cylindrical-coordinate representation of color #CCD0B2: hue angle of 68º degrees, saturation: 0.24, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCD0B2 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 208 178 -
CMYK 0.02 0 0.14 0.18
HSL 68º 0.24% 0.76% -
HSV(B) 68º 0.14% 0.82% -
XYZ 55.49 61.16 51 -
YUV 203.38 113.67 128.44 -
System Red Green Blue C M Y K H S L
Decimal 204 208 178 0.02 0 0.14 0.18 68 0.24 0.76
Hex CC D0 B2 2 0 E 12 44 18 4C
Octal 314 320 262 2 0 16 22 104 30 114
Binary 11001100 11010000 10110010 10 0 1110 10010 1000100 11000 1001100

Color Harmonies of #CCD0B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD0B2

Black with #CCD0B2

Text Example


Text Example

White with #CCD0B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD0B2; }

 p { color: rgb(204,208,178); }

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

background-color css

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

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

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

border-color css

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

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

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